All Questions
Tagged with lazy-initializationasync
2 questions
6votes
4answers
5kviews
How to avoid pollution of logic with lazy-loaded async properties
To be able to scale I would like to use async programming. It works really well if I have to read something from db and push to frontend, however I do not know how to use it correctly in blobs of ...
1vote
1answer
2kviews
Is "lazy loading" factories in AngularJS using this $q.defer method good practice
I guess I don't believe in myself as a good programmer but I found out this method on my own (not suggestion I'm the first one to do it, but I didn't follow a guide) so it must be broken somehow. $q ...